diff options
| author | zephex-alt <[email protected]> | 2024-05-04 18:36:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-04 18:36:23 +0000 |
| commit | b299ee48e235c296c98cb3fa9675f27729f4a85f (patch) | |
| tree | cb0b81bb035752307af784c9fba1b88e43d5e513 /src/app/anime/[id]/page.jsx | |
| parent | this was the best fix that i could come up with (diff) | |
| download | dramalama-b299ee48e235c296c98cb3fa9675f27729f4a85f.tar.xz dramalama-b299ee48e235c296c98cb3fa9675f27729f4a85f.zip | |
i guess I fixed it
Diffstat (limited to 'src/app/anime/[id]/page.jsx')
| -rw-r--r-- | src/app/anime/[id]/page.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/anime/[id]/page.jsx b/src/app/anime/[id]/page.jsx index becd886..d133118 100644 --- a/src/app/anime/[id]/page.jsx +++ b/src/app/anime/[id]/page.jsx @@ -3,8 +3,6 @@ import Image from "next/image"; import Button from "./buttons";
import { preFetchAnimeLinks } from "../videoLinkfetcher";
-export const runtime = "edge";
-
export default async function AnimeInfo({ params }) {
let animeID = params.id;
|